home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Kermit Templates / Info about templates < prev    next >
Text File  |  1994-07-08  |  1KB  |  29 lines

  1. If you do not have the arrows on your keyboard, it is possible to create them with the SET KEY MACROS function in MacKermit.
  2. I have place the keys like this using the COMMAND key with them:
  3. [ is uparrow
  4. / is downarrow
  5. ' is right arrow
  6. ; is left arrow
  7. For page up and page down, you use the OPTION key with:
  8. [ is page up
  9. / is page down
  10. For the 1, 2, 3 and so on, you simply use the COMMAND key with the specified number.
  11. To view what is needed to generate a key simply use the SET KEY MACRO menu and type any key holding the COMMAND key at the same time. You will see the keys I have programmed.
  12.  MAC        INTERNET
  13. ____________        _____________    
  14. Page Up        \033[20~[5~
  15. Page Down        \033[20~[6~
  16. Cmd + 1 ou F1        \033[20~[17~    
  17. Cmd + 2 ou F2        \033[20~[18~    
  18. Cmd + 3 ou F3        \033[20~[19~    
  19. Cmd + 4 ou F4        \033[20~[20~    
  20. Cmd + 5 ou F5        \033[20~[21~    
  21. Cmd + 6 ou F6        \033[20~[23~    
  22. Cmd + 7 ou F7        \033[20~[24~    
  23. Cmd + 8 ou F8        \033[20~[25~    
  24. Left arrow        \033[20~[D    
  25. Right arrow        \033[20~[C    
  26. Up arrow        \033[20~[A    
  27. Down arrow        \033[20~[B    
  28.  
  29.